testsuite/performance: Add common_cflags to build
authorTimm Bäder <mail@baedert.org>
Fri, 6 Mar 2020 17:12:47 +0000 (18:12 +0100)
committerTimm Bäder <mail@baedert.org>
Fri, 6 Mar 2020 17:22:01 +0000 (18:22 +0100)
testsuite/performance/meson.build

index c449cbd547a0a74a2654034199d841cc4af8077a..e28207686c58d8042c51933f474508c2cbdf24a5 100644 (file)
@@ -1,4 +1,5 @@
 if get_option ('profiler')
   test_performance = executable('test-performance', 'test-performance.c',
+                                c_args: common_cflags,
                                 dependencies: [profiler_dep, platform_gio_dep, libm])
 endif